dsh-explorer-plugin:在 DSH Web GUI 中加入 workspace 文件浏览器与 Monaco 编辑器

dsh-explorer-plugin 是一个为 DeepSeek Harness (DSH) Web GUI 开发的插件,旨在让用户无需切换至外部编辑器即可在侧边栏直接管理会话 workspace 中的文件。该插件提供文件树浏览功能,支持文件的创建、重命名、移动及删除等操作,并集成 Monaco 编辑器,支持多标签、撤销重做、语法高亮(基于 VS Code TextMate 语法支持 28 种语言)及外部冲突检测。 在功能上,插件通过 SSE 实时监听代理的文件变化,自动更新文件树;提供“分析”和“修复”快捷操作,可在用户确认后向代理发送指令。安全性方面,所有操作严格限制在会话 worksp

Read More
dsh-file-explorer:为 DSH Web profile 增加文件浏览、预览与编辑

dsh-file-explorer 是 cxzrdxy 维护的 MIT 许可插件,旨在为 DeepSeek Harness(DSH)的纯文本 Agent 提供内置文件浏览器。该插件在 DSH Web 界面中增加「预览/编辑」页签及右下角文件树,实现工作区文件的查看、编辑与路径引用无需离开对话界面。核心功能包括:实时同步当前工作区的目录树;支持文本(上限 512KB)和图片(上限 8MB)的预览与编辑,具备标准快捷键支持;可将文件树节点拖入消息框以自动插入路径;支持文件的新建与递归删除。插件包含严格的安全限制,如同源校验、路径规范化、拒绝重名覆盖及禁止删除根路径等。安装需使用 pnpm 和本地路

Read More
DSH File Explorer: A File Browser Plugin for the DSH Web UI

dsh-file-explorer is an MIT-licensed plugin for the DSH Web UI, designed to address the pain point of switching to a terminal or editor when viewing source code, configurations, and build artifacts in the chat interface, enabling lightweight file operations within the session context. The plugin supports lazy-loaded directory trees, inline editing of text files (with version detection), and an IDE-style right-click context menu covering functions such as create, rename, copy-paste, move, and delete, as well as drag-and-drop movement, real-time refresh, and cross-platform trash bin support. Its panel can be docked or floated and automatically follows the current workspace. Installation requires executing the specified command with pnpm, with DSH version requirements ranging from 0.1.0-rc.7 to 0.1.1-rc.2, and access is available via the title bar entry after restart. In terms of security, write operations are strictly limited to the root directory of the current workspace, with read-only browsing for other areas.

Read More
Add a file explorer to DeepSeek Harness web session with dsh-file-explorer

### (官方正式译法,适配海外开发者社区语境) DSH File Explorer is a DeepSeek Harness web plugin maintained by joejojoking-cloud. It provides a resizable file tree on the right side of chat sessions, with support for Markdown rendering, syntax highlighting, in-panel editing that writes changes back to disk, and one-click opening of the workspace with VS Code. It is categorized under "Tools and Capabilities", with the current version being 0.1.3. Installation instructions shall prevail as per the directory page command. It is recommended to add `--profile web` to the command for web usage and restart the program. Files larger than 1 MB cannot be previewed. The plugin runs with the permissions of the current DSH process, so please check the source code and license before installation.

Read More